-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PL-32: Demo Functional tests using Behat. #16
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
These can be run from the base of the repo from inside the vm: `vendor/bin/behat --tags=javascript` Behat is configured to test the D8 site by default. The wait script was necessary since sometimes the react app wasn't loaded before the system would try to find the text. The D7 content is random, but `ex` seems to frequently be a string we can search for.
To test ``` vagrant reload --provision vagrant ssh phing start-selenium vendor/bin/behat --tags=javascript ```
The before step is needed so that the filters are visible and can be selected.
damontgomery
force-pushed
the
feature/behat-tests
branch
from
January 11, 2019 22:55
7e84bd8
to
8d73d51
Compare
I added tests that use the filters on the d8 site. There are some supporting step definitions as well. |
This work looks like it needs an update:
This branch should also merge in the latest build changes. |
Updated the sources and still getting errors:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
JIRA Ticket(s)
Description
Adds a Functional testing framework (Behat) and a few simple tests to the demo.
Because the content is required, I felt like a good place to start here was to get Behat tests up for the demo repo. We are using Behat on other projects, but not with Javascript support.
I created a PR against
the-vagrant
for Chromedriver support, palantirnet/the-vagrant#62. This has that same role.This includes a Phing task to start selenium,
phing start-selenium
.I could not get the Ansible part to start selenium, but maybe other people will have ideas there.
Testing instructions
Relevant Screenshots/gifs:
Pull Request Guidelines